c_update_domains use of c_fms_utils methods#25
Merged
mlee03 merged 8 commits intomlee03:mainfrom Apr 11, 2025
Merged
Conversation
7 tasks
Closed
… c_fms.h, changed test_update_domains to test access to double data type
mlee03
approved these changes
Apr 11, 2025
| extern void cFMS_set_global_domain(int *domain_id, int *xbegin, int *xend, int *ybegin, int *yend, | ||
| int *xsize, int *ysize, int *tile_count); | ||
|
|
||
| extern void cFMS_update_domains_double_2d(int *field_shape, double *field, int *domain_id, int *flags, int *complete, |
Owner
There was a problem hiding this comment.
cdouble and cfloat. I'm going to have a PR that will touch this, so I can make the changes then.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the
c_update_domainsmodule to use thepointer_to_arrayandarray_to_pointermethods within thec_fms_utilsmodule. The unit test has also been updated to reflect this change.Address issue 22
Need by PR 27 in pyFMS